doc: Clarify gtk_widget_queue_draw_region() doc
authorSimon Kågedal Reimer <skagedal@gmail.com>
Tue, 9 Apr 2013 21:10:38 +0000 (23:10 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 15 Apr 2013 13:43:26 +0000 (15:43 +0200)
gtk/gtkwidget.c

index b2d2579c284f53c4092da19d2dd5e875ce2424ba..0ce66b6a03fe16fe15ed5baeb6b41657c051284c 100644 (file)
@@ -5009,12 +5009,12 @@ gtk_widget_unrealize (GtkWidget *widget)
  * @widget: a #GtkWidget
  * @region: region to draw
  *
- * Invalidates the rectangular area of @widget defined by @region by
- * calling gdk_window_invalidate_region() on the widget's window and
- * all its child windows. Once the main loop becomes idle (after the
- * current batch of events has been processed, roughly), the window
- * will receive expose events for the union of all regions that have
- * been invalidated.
+ * Invalidates the area of @widget defined by @region by calling
+ * gdk_window_invalidate_region() on the widget's window and all its
+ * child windows. Once the main loop becomes idle (after the current
+ * batch of events has been processed, roughly), the window will
+ * receive expose events for the union of all regions that have been
+ * invalidated.
  *
  * Normally you would only use this function in widget
  * implementations. You might also use it to schedule a redraw of a